projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a281b30
)
Whitespace change.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 21 May 1998 01:55:57 +0000
(
01:55
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 21 May 1998 01:55:57 +0000
(
01:55
+0000)
lisp/emacs-lisp/shadow.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/shadow.el
b/lisp/emacs-lisp/shadow.el
index 57fc13b09d8b1e0d9fd93b988e8505db05f1a475..159036b7bfcae034decd4da1d8d8f4575e6a7ad9 100644
(file)
--- a/
lisp/emacs-lisp/shadow.el
+++ b/
lisp/emacs-lisp/shadow.el
@@
-137,8
+137,8
@@
See the documentation for `list-load-path-shadows' for further information."
;; This is a bit strict, but safe.
(shadow-same-file-or-nonexistent
(concat base1 ".elc") (concat base2 ".elc"))))
- (setq shadows
- (append shadows (list base1 base2)))))
+
(setq shadows
+
(append shadows (list base1 base2)))))
;; Not seen before, add it to the list of seen files.
(setq files (cons (cons file dir) files))))